home *** CD-ROM | disk | FTP | other *** search
/ Power Programmierung 2 / Power-Programmierung CD 2 (Tewi)(1994).iso / gnu / djgpp / contrib / dvx / qdeck / help / example / hindent < prev    next >
Encoding:
Text File  |  1993-07-15  |  522 b   |  10 lines

  1. /FH/UHanging Indents/U/FB
  2.  
  3. The //HI command is used to define a hanging indent and the //HC command clears it. An example is:
  4.  
  5. /ML12//HI-12/This paragraph sets the left margin to 12 using //ML12//, but also uses an //HI-12// command to create a hanging indent to the left. The resultant effect can be seen!
  6.  
  7. /HCWe now clear the hanging indent with the //HC command. But don't forget to issue a suitable //ML command to return the margin to the left edge.
  8.  
  9. /ML-12/Like this! (We used //ML-12// on this paragraph).
  10.